home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / invest / dskinv.exe / {app} / di.exe / 0 / RCDATA / TREGFORM / TREGFORM.txt
Text File  |  2003-05-02  |  2KB  |  81 lines

  1. object RegForm: TRegForm
  2.   Left = 334
  3.   Top = 250
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter Registration code'
  7.   ClientHeight = 206
  8.   ClientWidth = 313
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 24
  23.     Top = 32
  24.     Width = 109
  25.     Height = 16
  26.     Caption = 'Registration code:'
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 16
  30.     Top = 64
  31.     Width = 281
  32.     Height = 97
  33.   end
  34.   object Label2: TLabel
  35.     Left = 40
  36.     Top = 80
  37.     Width = 215
  38.     Height = 16
  39.     Caption = 'Note: if you only have the temporary '
  40.   end
  41.   object Label3: TLabel
  42.     Left = 40
  43.     Top = 96
  44.     Width = 219
  45.     Height = 16
  46.     Caption = 'registration code, it will need to be re-'
  47.   end
  48.   object Label4: TLabel
  49.     Left = 40
  50.     Top = 112
  51.     Width = 204
  52.     Height = 16
  53.     Caption = 'entered each time time you run this'
  54.   end
  55.   object Label5: TLabel
  56.     Left = 40
  57.     Top = 128
  58.     Width = 54
  59.     Height = 16
  60.     Caption = 'program.'
  61.   end
  62.   object Edit1: TEdit
  63.     Left = 144
  64.     Top = 28
  65.     Width = 145
  66.     Height = 24
  67.     TabOrder = 0
  68.     Text = 'Edit1'
  69.   end
  70.   object Okbutton: TButton
  71.     Left = 119
  72.     Top = 168
  73.     Width = 75
  74.     Height = 33
  75.     Caption = 'Ok'
  76.     Default = True
  77.     TabOrder = 1
  78.     OnClick = OkbuttonClick
  79.   end
  80. end
  81.